Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-funk committed Oct 31, 2024
1 parent 34a9fff commit 61ccb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/cleanup_scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trap 'echo "Error occurred at line $LINENO while executing function $FUNCNAME"'
# SKIP_AUTH: set to true to skip auth and use your existing local kubeconfig
# OC_SERVER: OpenShift server URL
# OC_TOKEN: OpenShift token
# ALLOW_EXPR: comma separated list of workloads to ignore
# ALLOW_EXPR: expression passed into grep extended search to allow certain resources to be skipped

# THIRTY_DAYS_IN_SECONDS=2592000 - variables in the jq dont play nice so we will just hardcode it

Expand Down

0 comments on commit 61ccb79

Please sign in to comment.