-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KFLUXBUGS-1290] Handle ownerrefs in webhook (#475)
* [KFLUXBUGS-1290] Handle ownerrefs in webhook Signed-off-by: John Collier <[email protected]> * DeletionTimestamp check Signed-off-by: John Collier <[email protected]> * Fix typo Signed-off-by: John Collier <[email protected]> * Fix gosec Signed-off-by: John Collier <[email protected]> --------- Signed-off-by: John Collier <[email protected]>
- Loading branch information
1 parent
55667ac
commit bfa086d
Showing
5 changed files
with
110 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ jobs: | |
uses: codecov/[email protected] | ||
- name: Run Gosec Security Scanner | ||
run: | | ||
go install github.com/securego/gosec/v2/cmd/gosec@latest | ||
go install github.com/securego/gosec/v2/cmd/gosec@v2.19.0 | ||
make gosec | ||
if [[ $? != 0 ]] | ||
then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters