Skip to content

Commit

Permalink
Update actions.yml (#113)
Browse files Browse the repository at this point in the history
* Update actions.yml

* Fix gosec false positive
  • Loading branch information
AkshaySainiDell authored Sep 4, 2023
1 parent b38b77d commit 20ae711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
sanitize:
name: Check for forbidden words
Expand Down
4 changes: 2 additions & 2 deletions volume_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ const (
AppTypeEnumPostgreSQL AppTypeEnum = "Relational_Databases_PostgreSQL"
AppTypeEnumMySQL AppTypeEnum = "Relational_Databases_MySQL"
AppTypeEnumIBMDB2 AppTypeEnum = "Relational_Databases_IBM_DB2"
AppTypeEnumBigData AppTypeEnum = "Big_Data_Analytics_Other"
AppTypeEnumBigData AppTypeEnum = "Big_Data_Analytics_Other" // #nosec G101
AppTypeEnumMongoDB AppTypeEnum = "Big_Data_Analytics_MongoDB"
AppTypeEnumCassandra AppTypeEnum = "Big_Data_Analytics_Cassandra"
AppTypeEnumSAPHANA AppTypeEnum = "Big_Data_Analytics_SAP_HANA"
AppTypeEnumSpark AppTypeEnum = "Big_Data_Analytics_Spark"
AppTypeEnumSpark AppTypeEnum = "Big_Data_Analytics_Spark" // #nosec G101
AppTypeEnumSplunk AppTypeEnum = "Big_Data_Analytics_Splunk"
AppTypeEnumElasticSearch AppTypeEnum = "Big_Data_Analytics_ElasticSearch"
AppTypeEnumExchange AppTypeEnum = "Business_Applications_Exchange"
Expand Down

0 comments on commit 20ae711

Please sign in to comment.